home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / ID004.dxr / 00057.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  894 b   |  27 lines

  1. on exitFrame
  2.   if the timer < 3940 then
  3.     unloadMember("14BIGTEXT")
  4.     go(the frame)
  5.   else
  6.     set the visible of sprite 7 to 0
  7.     go(the frame + 1)
  8.   end if
  9.   set the visible of sprite 5 to 1
  10.   set the visible of sprite 6 to 1
  11.   set the visible of sprite 7 to 1
  12.   set the locV of sprite 6 to the locV of sprite 6 + 2
  13.   set the locV of sprite 7 to the locV of sprite 7 + 1
  14.   set the locV of sprite 5 to the locV of sprite 5 - random(3)
  15.   set the locV of sprite 5 to the locV of sprite 5 + random(2)
  16.   set the locH of sprite 5 to the locH of sprite 5 + 1
  17.   set the locV of sprite 8 to the locV of sprite 8 + 1
  18.   set the locV of sprite 9 to the locV of sprite 9 + random(2)
  19.   set the locH of sprite 11 to the locH of sprite 11 + 1
  20.   set the locH of sprite 13 to the locH of sprite 13 + random(3)
  21.   set the locV of sprite 13 to the locV of sprite 13 - random(2)
  22. end
  23.  
  24. on mouseUp
  25.   go(160)
  26. end
  27.